home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / POV-Ray 2.2 / POVMNF / POV-Ray / POV-Ray.rsrc / TEXT_204_fog.txt < prev    next >
Encoding:
Text File  |  1994-02-10  |  191 b   |  8 lines

  1. // set global atmospheric fog effect in the scene.
  2. // at the fog distance, there will be 63% visibility
  3. fog
  4. {
  5.   color     blue 1.0 // the fog color
  6.   distance  50.0     // the fog distance
  7. }
  8.